bitkeeper revision 1.7.3.24 (3dff0ac9IlYdtDWEyZ4_SEQUXHtRFw)
authorlynx@idefix.cl.cam.ac.uk <lynx@idefix.cl.cam.ac.uk>
Tue, 17 Dec 2002 11:30:17 +0000 (11:30 +0000)
committerlynx@idefix.cl.cam.ac.uk <lynx@idefix.cl.cam.ac.uk>
Tue, 17 Dec 2002 11:30:17 +0000 (11:30 +0000)
testing

xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_core.c
xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c

index 423612285cdd2068cd91de6cc8a263b4713a642d..a868fb80706221bed669fd3f39ac0c3b68a0d55c 100644 (file)
@@ -1,4 +1,3 @@
-
 /******************************************************************************
  * dom0_core.c
  * 
index 49fa3f4a30092fa99e52abd0e536cba3e47af646..194af58532164276948ad65e4279c7b02414c9f0 100644 (file)
@@ -225,6 +225,7 @@ static inline int direct_zap_pte_range(mmu_gather_t *tlb, pmd_t * pmd, unsigned
                if (pte_none(pte))
                        continue;
                freed ++;
+               printk("bd240 debug: clearing ptr %lx\n", __pa(ptep) + start_info.phys_base); 
                direct_pte_clear(ptep);
        }